home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / boot / netBoot / sun3.md / Makefile < prev    next >
Encoding:
Makefile  |  1989-06-20  |  1.6 KB  |  27 lines

  1. #
  2. # Prototype Makefile for machine-dependent directories.
  3. #
  4. # A file of this form resides in each ".md" subdirectory of a
  5. # command.  Its name is typically "md.mk".  During makes in the
  6. # parent directory, this file (or a similar file in a sibling
  7. # subdirectory) is included to define machine-specific things
  8. # such as additional source and object files.
  9. #
  10. # This Makefile is automatically generated.
  11. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  12. #
  13. # Generated from /sprite/lib/mkmf/Makefile.md
  14. # Tue Jun 20 10:51:52 PDT 1989
  15. #
  16. # For more information, refer to the mkmf manual page.
  17. #
  18. # $Header: Makefile.md,v 1.3 88/06/06 17:23:47 ouster Exp $
  19. #
  20. # Allow mkmf
  21.  
  22. SRCS        = sun4.md/idprom.c sun4.md/map.s sun4.md/standalloc.c sun4.md/start.s inet.c main.c tftp.c xxboot.c
  23. HDRS        = sun4.md/bootparam.h sun4.md/buserr.h sun4.md/cpu.addrs.h sun4.md/cpu.map.h sun4.md/diag.h sun4.md/dpy.h sun4.md/enable.h sun4.md/globram.h sun4.md/idprom.h sun4.md/interreg.h sun4.md/saio.h sun4.md/sunmon.h sun4.md/sunromvec.h asyncbuf.h boot.h if.h if_ether.h in.h in_systm.h ip.h memvar.h pixrect.h sainet.h socket.h systypes.h tftp.h types.h udp.h
  24. MDPUBHDRS    = sun4.md/bootparam.h sun4.md/buserr.h sun4.md/cpu.addrs.h sun4.md/cpu.map.h sun4.md/diag.h sun4.md/dpy.h sun4.md/enable.h sun4.md/globram.h sun4.md/idprom.h sun4.md/interreg.h sun4.md/saio.h sun4.md/sunmon.h sun4.md/sunromvec.h
  25. OBJS        = sun4.md/inet.o sun4.md/main.o sun4.md/map.o sun4.md/standalloc.o sun4.md/start.o sun4.md/tftp.o sun4.md/xxboot.o sun4.md/idprom.o
  26. CLEANOBJS    = sun4.md/idprom.o sun4.md/map.o sun4.md/standalloc.o sun4.md/start.o sun4.md/inet.o sun4.md/main.o sun4.md/tftp.o sun4.md/xxboot.o
  27.